- functional parameter
- функциональный параметр
The English-Russian dictionary on reliability and quality control. 2015.
The English-Russian dictionary on reliability and quality control. 2015.
Functional illiteracy — refers to the inability of an individual to use reading, writing, and computational skills efficiently in everyday life situations. Illiteracy is the inability to read or write simple sentences in any language.CharacteristicsWhen illiterate, one… … Wikipedia
Functional programming — In computer science, functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of functions, in contrast with the… … Wikipedia
Parameter — For other uses, see Parameter (disambiguation). Parameter from Ancient Greek παρά also “para” meaning “beside, subsidiary” and μέτρον also “metron” meaning “measure”, can be interpreted in mathematics, logic, linguistics, environmental science[1] … Wikipedia
Functional (mathematics) — In mathematics, a functional is traditionally a map from a vector space to the field underlying the vector space, which is usually the real numbers. In other words, it is a function that takes a vector as its argument or input and returns a… … Wikipedia
Borel functional calculus — In functional analysis, a branch of mathematics, the Borel functional calculus is a functional calculus (that is, an assignment of operators from commutative algebras to functions defined on their spectrum), which has particularly broad… … Wikipedia
One-parameter group — In mathematics, a one parameter group or one parameter subgroup usually means a continuous group homomorphism φ : R → G from the real line R (as an additive group) to some other topological group G. That means that it is not in fact a group … Wikipedia
Hybrid functional — A hybrid functional is an exchange correlation functional used in density functional theory (DFT) that incorporates a portion of exact exchange from Hartree Fock theory with exchange and correlation from other sources ( ab initio , such as LDA,… … Wikipedia
Stone's theorem on one-parameter unitary groups — In mathematics, Stone s theorem on one parameter unitary groups is a basic theorem of functional analysis which establishes a one to one correspondence between self adjoint operators on a Hilbert space H and one parameter families of unitary… … Wikipedia
Thunk (functional programming) — In computer science, a thunk (also suspension, suspended computation or delayed computation) is a parameterless closure created to prevent the evaluation of an expression until forced at a later time. In lazy languages thunks are created and… … Wikipedia
Monad (functional programming) — In functional programming, a monad is a programming structure that represents computations. Monads are a kind of abstract data type constructor that encapsulate program logic instead of data in the domain model. A defined monad allows the… … Wikipedia
Procedural parameter — In computing, a procedural parameter is a parameter of a procedure that is itself a procedure.This concept is an extremely powerful and versatile programming tool, because it allows programmers to modify certain steps of a library procedure in… … Wikipedia